func math.log1p

2 uses

	math (current package)
		log1p.go#L100: 	return log1p(x)
		log1p.go#L103: func log1p(x float64) float64 {